01. Introduction

#### Description

You will build the MySQL part of persistence layer for a REST API that supports the customer reviews section of a product page in an ecommerce application. You will also build corresponding test cases. A skeleton Spring Boot application with starter code for REST controller and other necessary configuration will be provided. Instructions to setup MySQL will also be provided.

Reviews API - Supports operations for writing reviews and listing reviews for a product but with no sorting or filtering.